home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / default / cron < prev    next >
Text File  |  2008-09-09  |  469b  |  15 lines

  1. # Cron configuration options
  2.  
  3. # Uncomment this option for LSB name support in /etc/cron.d/
  4. #LSBNAMES='-l'  
  5.  
  6. # Whether to read the system's default environment files (if present)
  7. # This will make cron set a proper charset for the mails it sends
  8. # Comment this or set it to something other than 'yes' to prevent
  9. # cron from reading it. 
  10. READ_ENV="yes"
  11.  
  12. # Extra options for cron, see cron(8)
  13. # For example, set a higher log level to audit cron's work
  14. # EXTRA_OPTS="-L 2"
  15.